3.12.95 \(\int x (d+e x^2)^{5/2} (a+b \text {ArcTan}(c x)) \, dx\) [1195]

Optimal. Leaf size=233 \[ -\frac {b \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} (a+b \text {ArcTan}(c x))}{7 e}-\frac {b \left (c^2 d-e\right )^{7/2} \text {ArcTan}\left (\frac {\sqrt {c^2 d-e} x}{\sqrt {d+e x^2}}\right )}{7 c^7 e}-\frac {b \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right ) \tanh ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d+e x^2}}\right )}{112 c^7 \sqrt {e}} \]

[Out]

-1/168*b*(11*c^2*d-6*e)*x*(e*x^2+d)^(3/2)/c^3-1/42*b*x*(e*x^2+d)^(5/2)/c+1/7*(e*x^2+d)^(7/2)*(a+b*arctan(c*x))
/e-1/7*b*(c^2*d-e)^(7/2)*arctan(x*(c^2*d-e)^(1/2)/(e*x^2+d)^(1/2))/c^7/e-1/112*b*(35*c^6*d^3-70*c^4*d^2*e+56*c
^2*d*e^2-16*e^3)*arctanh(x*e^(1/2)/(e*x^2+d)^(1/2))/c^7/e^(1/2)-1/112*b*(19*c^4*d^2-22*c^2*d*e+8*e^2)*x*(e*x^2
+d)^(1/2)/c^5

________________________________________________________________________________________

Rubi [A]
time = 0.23, antiderivative size = 233, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 8, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.381, Rules used = {5094, 427, 542, 537, 223, 212, 385, 209} \begin {gather*} \frac {\left (d+e x^2\right )^{7/2} (a+b \text {ArcTan}(c x))}{7 e}-\frac {b \left (c^2 d-e\right )^{7/2} \text {ArcTan}\left (\frac {x \sqrt {c^2 d-e}}{\sqrt {d+e x^2}}\right )}{7 c^7 e}-\frac {b x \left (11 c^2 d-6 e\right ) \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right ) \tanh ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d+e x^2}}\right )}{112 c^7 \sqrt {e}}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*(d + e*x^2)^(5/2)*(a + b*ArcTan[c*x]),x]

[Out]

-1/112*(b*(19*c^4*d^2 - 22*c^2*d*e + 8*e^2)*x*Sqrt[d + e*x^2])/c^5 - (b*(11*c^2*d - 6*e)*x*(d + e*x^2)^(3/2))/
(168*c^3) - (b*x*(d + e*x^2)^(5/2))/(42*c) + ((d + e*x^2)^(7/2)*(a + b*ArcTan[c*x]))/(7*e) - (b*(c^2*d - e)^(7
/2)*ArcTan[(Sqrt[c^2*d - e]*x)/Sqrt[d + e*x^2]])/(7*c^7*e) - (b*(35*c^6*d^3 - 70*c^4*d^2*e + 56*c^2*d*e^2 - 16
*e^3)*ArcTanh[(Sqrt[e]*x)/Sqrt[d + e*x^2]])/(112*c^7*Sqrt[e])

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 385

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 427

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[d*x*(a + b*x^n)^(p + 1)*((c
 + d*x^n)^(q - 1)/(b*(n*(p + q) + 1))), x] + Dist[1/(b*(n*(p + q) + 1)), Int[(a + b*x^n)^p*(c + d*x^n)^(q - 2)
*Simp[c*(b*c*(n*(p + q) + 1) - a*d) + d*(b*c*(n*(p + 2*q - 1) + 1) - a*d*(n*(q - 1) + 1))*x^n, x], x], x] /; F
reeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && GtQ[q, 1] && NeQ[n*(p + q) + 1, 0] &&  !IGtQ[p, 1] && IntB
inomialQ[a, b, c, d, n, p, q, x]

Rule 537

Int[((e_) + (f_.)*(x_)^(n_))/(((a_) + (b_.)*(x_)^(n_))*Sqrt[(c_) + (d_.)*(x_)^(n_)]), x_Symbol] :> Dist[f/b, I
nt[1/Sqrt[c + d*x^n], x], x] + Dist[(b*e - a*f)/b, Int[1/((a + b*x^n)*Sqrt[c + d*x^n]), x], x] /; FreeQ[{a, b,
 c, d, e, f, n}, x]

Rule 542

Int[((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.)*((e_) + (f_.)*(x_)^(n_)), x_Symbol] :> Simp[
f*x*(a + b*x^n)^(p + 1)*((c + d*x^n)^q/(b*(n*(p + q + 1) + 1))), x] + Dist[1/(b*(n*(p + q + 1) + 1)), Int[(a +
 b*x^n)^p*(c + d*x^n)^(q - 1)*Simp[c*(b*e - a*f + b*e*n*(p + q + 1)) + (d*(b*e - a*f) + f*n*q*(b*c - a*d) + b*
d*e*n*(p + q + 1))*x^n, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && GtQ[q, 0] && NeQ[n*(p + q + 1) + 1
, 0]

Rule 5094

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))*(x_)*((d_.) + (e_.)*(x_)^2)^(q_.), x_Symbol] :> Simp[(d + e*x^2)^(q + 1
)*((a + b*ArcTan[c*x])/(2*e*(q + 1))), x] - Dist[b*(c/(2*e*(q + 1))), Int[(d + e*x^2)^(q + 1)/(1 + c^2*x^2), x
], x] /; FreeQ[{a, b, c, d, e, q}, x] && NeQ[q, -1]

Rubi steps

\begin {align*} \int x \left (d+e x^2\right )^{5/2} \left (a+b \tan ^{-1}(c x)\right ) \, dx &=\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {(b c) \int \frac {\left (d+e x^2\right )^{7/2}}{1+c^2 x^2} \, dx}{7 e}\\ &=-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {b \int \frac {\left (d+e x^2\right )^{3/2} \left (d \left (6 c^2 d-e\right )+\left (11 c^2 d-6 e\right ) e x^2\right )}{1+c^2 x^2} \, dx}{42 c e}\\ &=-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {b \int \frac {\sqrt {d+e x^2} \left (3 d \left (8 c^4 d^2-5 c^2 d e+2 e^2\right )+3 e \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x^2\right )}{1+c^2 x^2} \, dx}{168 c^3 e}\\ &=-\frac {b \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {b \int \frac {3 d \left (16 c^6 d^3-29 c^4 d^2 e+26 c^2 d e^2-8 e^3\right )+3 e \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right ) x^2}{\left (1+c^2 x^2\right ) \sqrt {d+e x^2}} \, dx}{336 c^5 e}\\ &=-\frac {b \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {\left (b \left (c^2 d-e\right )^4\right ) \int \frac {1}{\left (1+c^2 x^2\right ) \sqrt {d+e x^2}} \, dx}{7 c^7 e}-\frac {\left (b \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right )\right ) \int \frac {1}{\sqrt {d+e x^2}} \, dx}{112 c^7}\\ &=-\frac {b \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {\left (b \left (c^2 d-e\right )^4\right ) \text {Subst}\left (\int \frac {1}{1-\left (-c^2 d+e\right ) x^2} \, dx,x,\frac {x}{\sqrt {d+e x^2}}\right )}{7 c^7 e}-\frac {\left (b \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right )\right ) \text {Subst}\left (\int \frac {1}{1-e x^2} \, dx,x,\frac {x}{\sqrt {d+e x^2}}\right )}{112 c^7}\\ &=-\frac {b \left (19 c^4 d^2-22 c^2 d e+8 e^2\right ) x \sqrt {d+e x^2}}{112 c^5}-\frac {b \left (11 c^2 d-6 e\right ) x \left (d+e x^2\right )^{3/2}}{168 c^3}-\frac {b x \left (d+e x^2\right )^{5/2}}{42 c}+\frac {\left (d+e x^2\right )^{7/2} \left (a+b \tan ^{-1}(c x)\right )}{7 e}-\frac {b \left (c^2 d-e\right )^{7/2} \tan ^{-1}\left (\frac {\sqrt {c^2 d-e} x}{\sqrt {d+e x^2}}\right )}{7 c^7 e}-\frac {b \left (35 c^6 d^3-70 c^4 d^2 e+56 c^2 d e^2-16 e^3\right ) \tanh ^{-1}\left (\frac {\sqrt {e} x}{\sqrt {d+e x^2}}\right )}{112 c^7 \sqrt {e}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 0.38, size = 353, normalized size = 1.52 \begin {gather*} \frac {c^2 \sqrt {d+e x^2} \left (48 a c^5 \left (d+e x^2\right )^3-b e x \left (24 e^2-6 c^2 e \left (13 d+2 e x^2\right )+c^4 \left (87 d^2+38 d e x^2+8 e^2 x^4\right )\right )\right )+48 b c^7 \left (d+e x^2\right )^{7/2} \text {ArcTan}(c x)-24 i b \left (c^2 d-e\right )^{7/2} \log \left (\frac {28 c^8 e \left (-i c d+e x-i \sqrt {c^2 d-e} \sqrt {d+e x^2}\right )}{b \left (c^2 d-e\right )^{9/2} (-i+c x)}\right )+24 i b \left (c^2 d-e\right )^{7/2} \log \left (\frac {28 c^8 e \left (i c d+e x+i \sqrt {c^2 d-e} \sqrt {d+e x^2}\right )}{b \left (c^2 d-e\right )^{9/2} (i+c x)}\right )+3 b \sqrt {e} \left (-35 c^6 d^3+70 c^4 d^2 e-56 c^2 d e^2+16 e^3\right ) \log \left (e x+\sqrt {e} \sqrt {d+e x^2}\right )}{336 c^7 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x*(d + e*x^2)^(5/2)*(a + b*ArcTan[c*x]),x]

[Out]

(c^2*Sqrt[d + e*x^2]*(48*a*c^5*(d + e*x^2)^3 - b*e*x*(24*e^2 - 6*c^2*e*(13*d + 2*e*x^2) + c^4*(87*d^2 + 38*d*e
*x^2 + 8*e^2*x^4))) + 48*b*c^7*(d + e*x^2)^(7/2)*ArcTan[c*x] - (24*I)*b*(c^2*d - e)^(7/2)*Log[(28*c^8*e*((-I)*
c*d + e*x - I*Sqrt[c^2*d - e]*Sqrt[d + e*x^2]))/(b*(c^2*d - e)^(9/2)*(-I + c*x))] + (24*I)*b*(c^2*d - e)^(7/2)
*Log[(28*c^8*e*(I*c*d + e*x + I*Sqrt[c^2*d - e]*Sqrt[d + e*x^2]))/(b*(c^2*d - e)^(9/2)*(I + c*x))] + 3*b*Sqrt[
e]*(-35*c^6*d^3 + 70*c^4*d^2*e - 56*c^2*d*e^2 + 16*e^3)*Log[e*x + Sqrt[e]*Sqrt[d + e*x^2]])/(336*c^7*e)

________________________________________________________________________________________

Maple [F]
time = 0.13, size = 0, normalized size = 0.00 \[\int x \left (e \,x^{2}+d \right )^{\frac {5}{2}} \left (a +b \arctan \left (c x \right )\right )\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x)

[Out]

int(x*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: ValueError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(c^2*d-%e>0)', see `assume?` fo
r more detai

________________________________________________________________________________________

Fricas [A]
time = 25.07, size = 781, normalized size = 3.35 \begin {gather*} \left [-\frac {{\left (3 \, {\left (35 \, b c^{6} d^{3} - 70 \, b c^{4} d^{2} e + 56 \, b c^{2} d e^{2} - 16 \, b e^{3}\right )} e^{\frac {1}{2}} \log \left (-2 \, x^{2} e - 2 \, \sqrt {x^{2} e + d} x e^{\frac {1}{2}} - d\right ) + 24 \, {\left (b c^{6} d^{3} - 3 \, b c^{4} d^{2} e + 3 \, b c^{2} d e^{2} - b e^{3}\right )} \sqrt {-c^{2} d + e} \log \left (\frac {c^{4} d^{2} x^{4} - 6 \, c^{2} d^{2} x^{2} + 8 \, x^{4} e^{2} + 4 \, {\left (c^{2} d x^{3} - 2 \, x^{3} e - d x\right )} \sqrt {-c^{2} d + e} \sqrt {x^{2} e + d} + d^{2} - 8 \, {\left (c^{2} d x^{4} - d x^{2}\right )} e}{c^{4} x^{4} + 2 \, c^{2} x^{2} + 1}\right ) - 2 \, {\left (48 \, a c^{7} d^{3} + 48 \, {\left (b c^{7} x^{6} e^{3} + 3 \, b c^{7} d x^{4} e^{2} + 3 \, b c^{7} d^{2} x^{2} e + b c^{7} d^{3}\right )} \arctan \left (c x\right ) + 4 \, {\left (12 \, a c^{7} x^{6} - 2 \, b c^{6} x^{5} + 3 \, b c^{4} x^{3} - 6 \, b c^{2} x\right )} e^{3} + 2 \, {\left (72 \, a c^{7} d x^{4} - 19 \, b c^{6} d x^{3} + 39 \, b c^{4} d x\right )} e^{2} + 3 \, {\left (48 \, a c^{7} d^{2} x^{2} - 29 \, b c^{6} d^{2} x\right )} e\right )} \sqrt {x^{2} e + d}\right )} e^{\left (-1\right )}}{672 \, c^{7}}, -\frac {{\left (3 \, {\left (35 \, b c^{6} d^{3} - 70 \, b c^{4} d^{2} e + 56 \, b c^{2} d e^{2} - 16 \, b e^{3}\right )} e^{\frac {1}{2}} \log \left (-2 \, x^{2} e - 2 \, \sqrt {x^{2} e + d} x e^{\frac {1}{2}} - d\right ) + 48 \, {\left (b c^{6} d^{3} - 3 \, b c^{4} d^{2} e + 3 \, b c^{2} d e^{2} - b e^{3}\right )} \sqrt {c^{2} d - e} \arctan \left (\frac {{\left (c^{2} d x^{2} - 2 \, x^{2} e - d\right )} \sqrt {c^{2} d - e} \sqrt {x^{2} e + d}}{2 \, {\left (c^{2} d^{2} x - x^{3} e^{2} + {\left (c^{2} d x^{3} - d x\right )} e\right )}}\right ) - 2 \, {\left (48 \, a c^{7} d^{3} + 48 \, {\left (b c^{7} x^{6} e^{3} + 3 \, b c^{7} d x^{4} e^{2} + 3 \, b c^{7} d^{2} x^{2} e + b c^{7} d^{3}\right )} \arctan \left (c x\right ) + 4 \, {\left (12 \, a c^{7} x^{6} - 2 \, b c^{6} x^{5} + 3 \, b c^{4} x^{3} - 6 \, b c^{2} x\right )} e^{3} + 2 \, {\left (72 \, a c^{7} d x^{4} - 19 \, b c^{6} d x^{3} + 39 \, b c^{4} d x\right )} e^{2} + 3 \, {\left (48 \, a c^{7} d^{2} x^{2} - 29 \, b c^{6} d^{2} x\right )} e\right )} \sqrt {x^{2} e + d}\right )} e^{\left (-1\right )}}{672 \, c^{7}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="fricas")

[Out]

[-1/672*(3*(35*b*c^6*d^3 - 70*b*c^4*d^2*e + 56*b*c^2*d*e^2 - 16*b*e^3)*e^(1/2)*log(-2*x^2*e - 2*sqrt(x^2*e + d
)*x*e^(1/2) - d) + 24*(b*c^6*d^3 - 3*b*c^4*d^2*e + 3*b*c^2*d*e^2 - b*e^3)*sqrt(-c^2*d + e)*log((c^4*d^2*x^4 -
6*c^2*d^2*x^2 + 8*x^4*e^2 + 4*(c^2*d*x^3 - 2*x^3*e - d*x)*sqrt(-c^2*d + e)*sqrt(x^2*e + d) + d^2 - 8*(c^2*d*x^
4 - d*x^2)*e)/(c^4*x^4 + 2*c^2*x^2 + 1)) - 2*(48*a*c^7*d^3 + 48*(b*c^7*x^6*e^3 + 3*b*c^7*d*x^4*e^2 + 3*b*c^7*d
^2*x^2*e + b*c^7*d^3)*arctan(c*x) + 4*(12*a*c^7*x^6 - 2*b*c^6*x^5 + 3*b*c^4*x^3 - 6*b*c^2*x)*e^3 + 2*(72*a*c^7
*d*x^4 - 19*b*c^6*d*x^3 + 39*b*c^4*d*x)*e^2 + 3*(48*a*c^7*d^2*x^2 - 29*b*c^6*d^2*x)*e)*sqrt(x^2*e + d))*e^(-1)
/c^7, -1/672*(3*(35*b*c^6*d^3 - 70*b*c^4*d^2*e + 56*b*c^2*d*e^2 - 16*b*e^3)*e^(1/2)*log(-2*x^2*e - 2*sqrt(x^2*
e + d)*x*e^(1/2) - d) + 48*(b*c^6*d^3 - 3*b*c^4*d^2*e + 3*b*c^2*d*e^2 - b*e^3)*sqrt(c^2*d - e)*arctan(1/2*(c^2
*d*x^2 - 2*x^2*e - d)*sqrt(c^2*d - e)*sqrt(x^2*e + d)/(c^2*d^2*x - x^3*e^2 + (c^2*d*x^3 - d*x)*e)) - 2*(48*a*c
^7*d^3 + 48*(b*c^7*x^6*e^3 + 3*b*c^7*d*x^4*e^2 + 3*b*c^7*d^2*x^2*e + b*c^7*d^3)*arctan(c*x) + 4*(12*a*c^7*x^6
- 2*b*c^6*x^5 + 3*b*c^4*x^3 - 6*b*c^2*x)*e^3 + 2*(72*a*c^7*d*x^4 - 19*b*c^6*d*x^3 + 39*b*c^4*d*x)*e^2 + 3*(48*
a*c^7*d^2*x^2 - 29*b*c^6*d^2*x)*e)*sqrt(x^2*e + d))*e^(-1)/c^7]

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int x \left (a + b \operatorname {atan}{\left (c x \right )}\right ) \left (d + e x^{2}\right )^{\frac {5}{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(e*x**2+d)**(5/2)*(a+b*atan(c*x)),x)

[Out]

Integral(x*(a + b*atan(c*x))*(d + e*x**2)**(5/2), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(e*x^2+d)^(5/2)*(a+b*arctan(c*x)),x, algorithm="giac")

[Out]

sage0*x

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int x\,\left (a+b\,\mathrm {atan}\left (c\,x\right )\right )\,{\left (e\,x^2+d\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a + b*atan(c*x))*(d + e*x^2)^(5/2),x)

[Out]

int(x*(a + b*atan(c*x))*(d + e*x^2)^(5/2), x)

________________________________________________________________________________________